home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Development Tools / Unsupported Tools / SignatureToApp 1.1 / ,•RELEASE NOTES•, next >
Encoding:
Text File  |  1992-06-16  |  1.3 KB  |  23 lines  |  [TEXT/MPS ]

  1. 16 June 1992:
  2. •    Added the ability to launch documents along with an application. If you pass an FSSpec in
  3.     the "document" parameter, that document will be opened. This works whether or not the app
  4.     was already running.And thanks to the Process Manager, it works even if the app isn't high-
  5.     level-event-aware (the call will be translated into puppet-strings or old style AppParms
  6.     data.) How's that for service!
  7. 19 June 1991:
  8. •    I'm now NILing the ioNamePtr field of the param block before calling PBGetVolParms, which
  9.     should prevent some unsightly crashes.
  10. 17 June 1991:
  11. •    Got it to work properly with file servers. NOTE: You may still have trouble with particular
  12.     applications on particular file servers, because a lot of servers seem to have screwed-up
  13.     desktop databases that don't have entries for various apps on the server. This is the
  14.     server's fault, not mine or PBDTGetAPPL's!
  15. 7 June 1991:
  16. •    Added the ability to find an application on disk without launching it.
  17. •    Changed the boolean allowLaunch flag to a more general mode setting to allow this.
  18. •    Renamed the whole thing to SignatureToApp.
  19. •    Made the process parameter optional.
  20. •    fnfErr, not afpItemNotFound, is returned if no application is found on disk.
  21. •    Extended the 'Launch' tool to try out all three modes.
  22. •    Rewrote a lot of this documentation.
  23.